home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / nby126.zip / CCD.DOC < prev    next >
Text File  |  1990-12-19  |  4KB  |  92 lines

  1. +-----------------------------------------------------------------------+
  2. |              CCD cALMER Change Directory Version 1.00                 |
  3. |       Copyright (C) 1991 by cALMER Utilities [All Rights Reserved]    |
  4. |361 Somerville Road Hornsby Heights Sydney Australia [612] (02) 4821715|
  5. +-----------------------------------------------------------------------+
  6.  
  7.  
  8. Purpose:      Find executable files or directories and change directory
  9.               to target area.
  10.  
  11. QUICK INTRODUCTION:
  12.  
  13.               CCD uses a data-file generated by F A S T - NBY to access
  14.               directories immediately.  Therefore, in order to use CCD,
  15.               you must also be using F A S T - NBY.
  16.  
  17. REQUIREMENTS: a) A minimum of one hard disk.
  18.               b) A minimum of 512K of RAM.
  19.               c) FASTNBY.EXE
  20.  
  21. SPECIAL FEATURES:
  22.  
  23.               CCD is a very fast combination of file-find and change
  24.               directory program.
  25.  
  26.               Unlike other directory change programs, CCD will change to
  27.               a directory even if you don't know the name of the directory,
  28.               as long as you know the name of the executable file you are
  29.               looking for.  CCD works across any drive, but, you must have
  30.               run F A S T - NBY against the drives you want CCD to recognise.
  31.  
  32. LIMITATION:   CCD will only find directories which are on the hard disks
  33.               which are being scanned by  F A S T - NBY since CCD uses
  34.               F A S T - NBYs data.
  35.  
  36. OPERATION:    You must have run F A S T - NBY at least once to be able to
  37.               use CCD.  After that, use it instead of the DOS CD (Change
  38.               Directory) command and take advantage of the additional 
  39.               features.
  40.  
  41.               examples 
  42.  
  43.               CCD \CALMER       will change into the \calmer directory.
  44.                                 (same as DOS CD or CHDIR command)
  45.  
  46.               CCD ..            move one level up
  47.                                 (same as DOS CD or CHDIR command)
  48.  
  49.               CCD DOC:          find the first subdirectory which contains
  50.                                 the word DOC in it.
  51.  
  52.                                 The ":" informs CCD that you want to mach
  53.                                 directory names only.
  54.  
  55.               CCD DOC           If a sub-directory called DOC exists in the
  56.                                 currently logged drive, CCD will enter that
  57.                                 subdirectory.
  58.                                 (same as DOS CD or CHDIR command)
  59.                                 If no sub-directory exists, CCD will find the 
  60.                                 first subdirectory which contains
  61.                                 either the word "DOC" in the subdirectory or
  62.                                 contains an executable file starting with
  63.                                 DOC.  This could be DOCedit.exe or 
  64.                                 DOCument.exe or C:\CALMER\DOCS or C:\DOCS.
  65.  
  66.               CCD TEST          find the first subdirectory which contains
  67.                                 TEST
  68.  
  69.               CCD TEST.         Note the full stop. 
  70.                                 This finds the first subdirectory containing
  71.                                 either TEST.EXE, TEST.COM or TEST.BAT etc.
  72.  
  73.               CCD /P            jump back to Previous directory.
  74.  
  75.               By repeating the same command, CCD will step through every
  76.               directory matching the specifications until it has found the
  77.               last one.  After that, it will start from top again, 
  78.               strictly alphabetically.
  79.  
  80.  
  81.  
  82. SPEEDING IT UP: As CCD maintains vital information internally and this
  83.                 information is safed after every run, you may find that
  84.                 CCD is slower than expected on old machines with slow
  85.                 disk drives.   If you copy CCD.EXE onto a RAM Drive, you
  86.                 will increase the speed dramatically.  However, before you
  87.                 do that, you must run CCD at least once from the directory
  88.                 which contains F A S T - NBY.  After the initial run, you
  89.                 can copy CCD to anywhere you like.
  90.  
  91. .end of document
  92.